home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / programming tools / disable ocx / disable.txt < prev    next >
Text File  |  1997-04-22  |  3KB  |  113 lines

  1. Disable OCX v1.5.2
  2.  
  3. ***************
  4.  
  5. Description:
  6.  
  7. ***************
  8.  
  9. Disable is a 32-bit ActiveX control, that, when used in a compatible programming enviroment, can completely disable the Win95 TaskBar, TaskSwitching (Ctrl+Esc, Alt+Tab, Ctrl+Alt+Delete), the Icon Tray, the Start Button, and the Windows 95 Desktop!
  10.  
  11. Version 1.5.2 fixes a bug in the 'DisableTaskBar' property.
  12.  
  13. ***************
  14.  
  15. Properties:
  16.  
  17. ***************
  18.  
  19. Name:                      | Syntax:
  20. ----------------------------------------------------------------------
  21.         
  22. DisableTaskBar            Object.DisableTaskBar = True/False    
  23.  
  24. Description:
  25.  
  26.     When set to 'True', the task bar is completely invisible to the user.But, it the startmenu can still be accessed by Ctrl+Esc, which is why
  27. I included the other property
  28.  
  29. ---
  30.  
  31. DisableIconTray              Object.DisableIconTray = True/False
  32.  
  33. Description:
  34.  
  35.     When set to 'True', the Windows 95 icon tray (on the taskbar, where the clock is) completely dissappears!
  36.  
  37. ---
  38.  
  39. DisableStartButton        Object.DisableStartButton = True/False
  40.  
  41. Description:
  42.  
  43.     When set to 'True', the Windows 95 Start button completely dissappears!
  44.  
  45. ---
  46.  
  47. DisableTaskSwitching        Object.DisableTaskSwitching = True/False    
  48.  
  49. Description:
  50.  
  51.     When set to 'True', the TaskSwitching (Ctrl+Esc, Alt+Tab, Ctrl+Alt+Delete) is completely disabled.
  52.  
  53. ---
  54.  
  55. DisableDesktop              Object.DisableDesktop = True/False
  56.  
  57. Description:
  58.  
  59.     When set to 'True', all of the Icons on your desktop are hidden, and it disables the right-click popup menu!
  60.  
  61. ---
  62.  
  63. DisableMouse                Object.DisableMouse = True/False
  64.  
  65. Description:
  66.  
  67.     When set to true, the mouse is completely disabled!  The user cannot move the mouse whatsoever!
  68.  
  69. ---
  70.  
  71. Description:
  72.     
  73.     This sub will *force* the computer to shut down, pretty cool, uh?
  74.  
  75. ---
  76.  
  77. ForceShutDown                Object.ForceShutDown
  78.  
  79. Description:
  80.     
  81.     This sub will *force* the computer to shut down, pretty cool, uh?
  82.  
  83. ---
  84.  
  85. ForceReboot                Object.ForceReboot
  86.  
  87. Description:
  88.     
  89.     This sub will *force* the computer to reboot. (at least, it should)
  90.  
  91. ***************
  92.  
  93. Price & Registration:
  94.  
  95. ***************
  96.  
  97. This program is shareware, the price:  One email (send to adkins@infinet.com) that includes:
  98.  
  99. 1) Your Name, and Email Address
  100.  
  101. 2) How you like it
  102.  
  103. 3) any bugs you have found
  104.  
  105. 4) any ways you thought of to improve it
  106.  
  107. Pretty cheap, isn't it?  If you have any questions/comments/flames please feel free to send them to adkins@infinet.com
  108.  
  109. For the latest version, please point your browsers to http://www.infinet.com/~adkins 
  110.  
  111. Thanks for trying out my program!
  112.  
  113.